home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: bbogard@ibm.net
- Newsgroups: comp.lang.c++
- Subject: Re: What are the differences between structures and classes in C++ ?
- Date: 8 Apr 1996 02:21:33 GMT
- Message-ID: <4k9t7d$173k@news-s01.ny.us.ibm.net>
- References: <4k5m65$av@hpscit.sc.hp.com>
- Reply-To: bbogard@ibm.net
- NNTP-Posting-Host: slip129-37-223-75.ca.us.ibm.net
- X-Newsreader: IBM NewsReader/2 v1.2.5
-
- > Please mail me the differences between structures and classes in C++.
- The only difference is that classes default to private access when access is not specified,
- and structures default to public access.
-